Examples
Properties
Property | Type | Description |
---|---|---|
signers? | AccountSigner [] | Optional array of signers to update the account with. Replaces existing signers if provided. |
threshold? | number | Optional approval threshold (number of required signatures). Must be between 1-10 and not exceed the number of signers. |
time_lock? | number | Optional time lock in seconds before transactions can be executed. Must be between 1 and u32::MAX if provided. |
admin_address? | string | Optional admin address for administrative functions. Pass null to remove existing admin. |
transaction_signers? | string [] | Optional array of signer addresses that must approve this update transaction. |