TypeAlias.CreateMultisigIntent
type CreateMultisigIntent = {
transfers: {
agentWalletId: string;
amount: string;
}[];
};
Type Declaration
| Name | Type |
|---|---|
transfers | { agentWalletId: string; amount: string; }[] |
type CreateMultisigIntent = {
transfers: {
agentWalletId: string;
amount: string;
}[];
};
| Name | Type |
|---|---|
transfers | { agentWalletId: string; amount: string; }[] |