Type alias PaymentRequest

PaymentRequest: {
    amount: number;
    mints: string[];
    pubkey?: string;
    unit: string;
}

Type declaration

  • amount: number
  • mints: string[]
  • Optional pubkey?: string
  • unit: string