Interface VaultActionUpdateAuthority

ActionUpdateAuthority is the action to update one of the vault authorities.

interface VaultActionUpdateAuthority {
    admin_authority?: VaultAuthority;
    suspend_authority?: VaultAuthority;
}

Properties

admin_authority?: VaultAuthority

AdminAuthority is the new admin authority. If the field is nil no update should be done.

suspend_authority?: VaultAuthority

SuspendAuthority is the new suspend authority. If the field is nil no update should be done.