Type alias CustomTransactionList

CustomTransactionList: Pageable & {
    __typename?: "CustomTransactionList";
    cursor?: Maybe<Scalars["String"]>;
    items?: Maybe<Maybe<CustomTransaction>[]>;
}

List of custom blokchain transactions.

Generated using TypeDoc