Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
InternalTransferLockedInput
Interface InternalTransferLockedInput<TAccountRegistrar, TAccountVoter, TAccountVoterAuthority>
interface
InternalTransferLockedInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVoterAuthority
extends
string
=
string
,
>
{
amount
:
number
|
bigint
;
registrar
:
Address
<
TAccountRegistrar
>
;
sourceDepositEntryIndex
:
number
;
targetDepositEntryIndex
:
number
;
voter
:
Address
<
TAccountVoter
>
;
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVoterAuthority
extends
string
=
string
Index
Properties
amount
registrar
source
Deposit
Entry
Index
target
Deposit
Entry
Index
voter
voter
Authority
Properties
amount
amount
:
number
|
bigint
registrar
registrar
:
Address
<
TAccountRegistrar
>
source
Deposit
Entry
Index
sourceDepositEntryIndex
:
number
target
Deposit
Entry
Index
targetDepositEntryIndex
:
number
voter
voter
:
Address
<
TAccountVoter
>
voter
Authority
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
registrar
source
Deposit
Entry
Index
target
Deposit
Entry
Index
voter
voter
Authority
Coda by Ian Macalinao
Loading...