Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
LockingInfoArgs
Type Alias LockingInfoArgs
type
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...