Plan specifies information about a planned upgrade and when it should occur.

interface PlanSDKType {
    height: bigint;
    info: string;
    name: string;
    time: undefined | Date;
    upgraded_client_state?: AnySDKType;
}

Properties

height: bigint
info: string
name: string
time: undefined | Date
upgraded_client_state?: AnySDKType