NftTransferMessage: {
    customPayload: Cell | null;
    forwardAmount: bigint;
    forwardPayload: Cell | null;
    newOwner: Address;
    queryId: bigint;
    responseDestination: Address | null;
}

Type declaration

  • customPayload: Cell | null
  • forwardAmount: bigint
  • forwardPayload: Cell | null
  • newOwner: Address
  • queryId: bigint
  • responseDestination: Address | null

Generated using TypeDoc