@waves/waves-transactions
    Preparing search index...

    Function transfer

    • Parameters

      Returns TransferTransaction & WithId & WithProofs

    • Parameters

      • paramsOrTx:
            | TransferTransaction
            | {
                amount: string
                | number;
                assetId?: string | null;
                attachment?: string;
                feeAssetId?: string | null;
                recipient: string;
            } & IBasicParams<string | number> & WithSender
        • TransferTransaction
        • {
              amount: string | number;
              assetId?: string | null;
              attachment?: string;
              feeAssetId?: string | null;
              recipient: string;
          } & IBasicParams<string | number> & WithSender
          • amount: string | number
          • OptionalassetId?: string | null
          • Optionalattachment?: string

            Bytearray encoded as base58 string

          • OptionalfeeAssetId?: string | null

            Fee can be paid in custom token if sponsorship has been set for this token

          • recipient: string

            Can be either address(base58 encoded 24 byte address) or alias. Alias should be used like 'alias:{chainId}:{alias}>'. E.g.: If we have alias 'foo', and we want TESTNET transaction, recipient should be 'alias:T:foo'

      • Optionalseed: TSeedTypes

      Returns TransferTransaction & WithId & WithProofs