Interface VaultActionUpdateWithdrawPolicy

ActionUpdateWithdrawPolicy is the action to update the withdraw policy for a given address.

interface VaultActionUpdateWithdrawPolicy {
    address: Uint8Array;
    policy: VaultWithdrawPolicy;
}

Properties

Properties

address: Uint8Array

Address is the address the policy update is for.

Policy is the new withdraw policy.