Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
LockingInfoArgs
Interface LockingInfoArgs
interface
LockingInfoArgs
{
amount
:
number
|
bigint
;
endTimestamp
:
OptionOrNullable
<
number
|
bigint
>
;
vesting
:
OptionOrNullable
<
VestingInfoArgs
>
;
}
Index
Properties
amount
end
Timestamp
vesting
Properties
amount
amount
:
number
|
bigint
end
Timestamp
endTimestamp
:
OptionOrNullable
<
number
|
bigint
>
vesting
vesting
:
OptionOrNullable
<
VestingInfoArgs
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
end
Timestamp
vesting
Coda by Ian Macalinao
Loading...