Interface GetAssetTransfersPerAccountArgs

The argument object for AssetApi.getAssetTransfersPerAccount

interface GetAssetTransfersPerAccountArgs {
    accountId: string;
    firstIndex?: number;
    lastIndex?: number;
}

Properties

accountId: string
firstIndex?: number
lastIndex?: number