movement-fireblocks-sdk
    Preparing search index...

    Type Alias MoveTransactionArguments

    type MoveTransactionArguments = {
        accountSequenceNumber?: AnyNumber;
        amount: number;
        expireTimestamp?: number;
        fireblocksService: FireblocksService;
        gasUnitPrice?: number;
        maxGasAmount?: number;
        movementAddress: string;
        movementPublicKey: string;
        movementService: MovementService;
        recipientAddress: string;
        transactionType: MOVE;
        vaultAccountId: string | number;
    }
    Index

    Properties

    accountSequenceNumber?: AnyNumber
    amount: number
    expireTimestamp?: number
    fireblocksService: FireblocksService
    gasUnitPrice?: number
    maxGasAmount?: number
    movementAddress: string
    movementPublicKey: string
    movementService: MovementService
    recipientAddress: string
    transactionType: MOVE
    vaultAccountId: string | number