CommonArgs: {
    amount?: number;
    assetMint: string;
    authority?: string;
    delegate?: string;
    owner?: string;
    payer: string;
    signer?: string;
}

Common args for all RWA instructions

Type declaration

  • Optional amount?: number
  • assetMint: string
  • Optional authority?: string
  • Optional delegate?: string
  • Optional owner?: string
  • payer: string
  • Optional signer?: string