Interface AccountUpdateOperation
interface AccountUpdateOperation { 0: "account_update"; 1: { account: string; active?: AuthorityType; extensions: any[]; json_metadata: string; memo_key?: string | PublicKey; owner?: AuthorityType; posting?: AuthorityType; posting_json_metadata: string; }; } Properties
Account Update.