Skip to main content

TypeAlias.CreateAgentWallet

type CreateAgentWallet = {
application: string;
label: string;
network: | "EthereumAnvil"
| "BaseSepolia"
| "BaseMainnet"
| "XdcApothem"
| "XdcMainnet"
| "StellarQuickstart"
| "StellarTestnet"
| "StellarMainnet";
owner?: string;
paymentRail: "x402";
policy?: {
currency: string;
maxAmountPerDayRef?: string | null;
maxAmountPerMonthRef?: string | null;
maxAmountPerPaymentRef?: string | null;
maxAmountPerWeekRef?: string | null;
requireHumanAboveRef?: string | null;
timezone?: string | null;
volatilityMarginBps?: number | null;
};
};

Type Declaration

NameType
applicationstring
labelstring
network
owner?string
paymentRail"x402"
policy?{ currency: string; maxAmountPerDayRef?: string
policy.currencystring
policy.maxAmountPerDayRef?string
policy.maxAmountPerMonthRef?string
policy.maxAmountPerPaymentRef?string
policy.maxAmountPerWeekRef?string
policy.requireHumanAboveRef?string
policy.timezone?string
policy.volatilityMarginBps?number