Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
SetTimeOffsetInput
Interface SetTimeOffsetInput<TAccountRegistrar, TAccountRealmAuthority>
interface
SetTimeOffsetInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountRealmAuthority
extends
string
=
string
,
>
{
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
;
registrar
:
Address
<
TAccountRegistrar
>
;
timeOffset
:
number
|
bigint
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountRealmAuthority
extends
string
=
string
Index
Properties
realm
Authority
registrar
time
Offset
Properties
realm
Authority
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
registrar
registrar
:
Address
<
TAccountRegistrar
>
time
Offset
timeOffset
:
number
|
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
realm
Authority
registrar
time
Offset
Coda by Ian Macalinao
Loading...