Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-spl-governance
SetRealmAuthorityInput
Interface SetRealmAuthorityInput<TAccountRealmAccount, TAccountRealmAuthority, TAccountNewRealmAuthority>
interface
SetRealmAuthorityInput
<
TAccountRealmAccount
extends
string
=
string
,
TAccountRealmAuthority
extends
string
=
string
,
TAccountNewRealmAuthority
extends
string
=
string
,
>
{
action
:
SetRealmAuthorityAction
;
newRealmAuthority
?:
Address
<
TAccountNewRealmAuthority
>
;
realmAccount
:
Address
<
TAccountRealmAccount
>
;
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
;
}
Type Parameters
TAccountRealmAccount
extends
string
=
string
TAccountRealmAuthority
extends
string
=
string
TAccountNewRealmAuthority
extends
string
=
string
Index
Properties
action
new
Realm
Authority?
realm
Account
realm
Authority
Properties
action
action
:
SetRealmAuthorityAction
Optional
new
Realm
Authority
newRealmAuthority
?:
Address
<
TAccountNewRealmAuthority
>
Must be one of the realm governances when set
realm
Account
realmAccount
:
Address
<
TAccountRealmAccount
>
realm
Authority
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
new
Realm
Authority
realm
Account
realm
Authority
Coda by Ian Macalinao
Loading...
Must be one of the realm governances when set