Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
PlanSDKType
Interface PlanSDKType
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
;
}
Index
Properties
height
info
name
time
upgraded_
client_
state?
Properties
height
height
:
bigint
info
info
:
string
name
name
:
string
time
time
:
undefined
|
Date
Deprecated
Optional
upgraded_
client_
state
upgraded_
client_
state
?:
AnySDKType
Deprecated
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
info
name
time
upgraded_
client_
state
@crownfi/sei-js-proto
Loading...
Plan specifies information about a planned upgrade and when it should occur.