Skip to main content

TypeAlias.CreateMultisigIntent

type CreateMultisigIntent = {
transfers: {
agentWalletId: string;
amount: string;
}[];
};

Type Declaration

NameType
transfers{ agentWalletId: string; amount: string; }[]