Type Alias: RegistryTokenConfig
RegistryTokenConfig = {
administrator:string;pendingAdministrator?:string;tokenPool?:string; }
Defined in: chain.ts:265
Token configuration from a TokenAdminRegistry, returned by Chain.getRegistryTokenConfig.
Remarks
The TokenAdminRegistry tracks which administrator controls each token and which pool is authorized to handle transfers.
Properties
administrator
administrator:
string
Defined in: chain.ts:267
Address of the current administrator for this token.
pendingAdministrator?
optionalpendingAdministrator:string
Defined in: chain.ts:269
Address of pending administrator (if ownership transfer is in progress).
tokenPool?
optionaltokenPool:string
Defined in: chain.ts:271
Address of the token pool authorized to handle this token's transfers.