PaymentInfo

type PaymentInfo = {
chain: Chain;
sellerAddress: string;
token?: TokenInfo;
} & ({ amount: string } | { amountWei: bigint });