Dfns TypeScript SDK - v0.8.12
    Preparing search index...

    Type Alias ListTransactionsResponse

    type ListTransactionsResponse = {
        items: {
            approvalId?: string;
            dateBroadcasted?: string;
            dateConfirmed?: string;
            datePolicyResolved?: string;
            dateRequested: string;
            externalId?: string;
            fee?: string;
            id: string;
            network:
                | "Algorand"
                | "AlgorandTestnet"
                | "Aptos"
                | "AptosTestnet"
                | "ArbitrumOne"
                | "ArbitrumGoerli"
                | "ArbitrumSepolia"
                | "ArcTestnet"
                | "AvalancheC"
                | "AvalancheCFuji"
                | "Adi"
                | "AdiTestnet"
                | "AdiTestnetAb"
                | "BabylonGenesis"
                | "BabylonTestnet5"
                | "Base"
                | "BaseGoerli"
                | "BaseSepolia"
                | "Berachain"
                | "BerachainBArtio"
                | "BerachainBepolia"
                | "Bitcoin"
                | "BitcoinSignet"
                | "BitcoinTestnet3"
                | "BitcoinCash"
                | "BitcoinCashTestnet"
                | "Bob"
                | "BobSepolia"
                | "Bsc"
                | "BscTestnet"
                | "Canton"
                | "CantonDevnet"
                | "CantonTestnet"
                | "Cardano"
                | "CardanoPreprod"
                | "Concordium"
                | "ConcordiumTestnet"
                | "Celo"
                | "CeloAlfajores"
                | "Codex"
                | "CodexSepolia"
                | "CosmosHub4"
                | "CosmosIcsTestnet"
                | "Dogecoin"
                | "DogecoinTestnet"
                | "Ethereum"
                | "EthereumClassic"
                | "EthereumClassicMordor"
                | "EthereumGoerli"
                | "EthereumSepolia"
                | "EthereumHolesky"
                | "EthereumHoodi"
                | "FantomOpera"
                | "FantomTestnet"
                | "FlareC"
                | "FlareCCoston2"
                | "FlowEvm"
                | "FlowEvmTestnet"
                | "Hedera"
                | "HederaTestnet"
                | "Ink"
                | "InkSepolia"
                | "InternetComputer"
                | "Ion"
                | "IonTestnet"
                | "Iota"
                | "IotaTestnet"
                | "IotaZodianet"
                | "Kaspa"
                | "KaspaTestnet11"
                | "Kusama"
                | "KusamaAssetHub"
                | "Litecoin"
                | "LitecoinTestnet"
                | "Near"
                | "NearTestnet"
                | "Optimism"
                | "OptimismGoerli"
                | "OptimismSepolia"
                | "Origyn"
                | "Plasma"
                | "PlasmaTestnet"
                | "Plume"
                | "PlumeSepolia"
                | "Paseo"
                | "PaseoAssetHub"
                | "Polkadot"
                | "PolkadotAssetHub"
                | "Polygon"
                | "PolygonAmoy"
                | "PolygonMumbai"
                | "Polymesh"
                | "PolymeshTestnet"
                | "Race"
                | "RaceSepolia"
                | "SeiAtlantic2"
                | "SeiPacific1"
                | "Solana"
                | "SolanaDevnet"
                | "Sonic"
                | "SonicTestnet"
                | "Starknet"
                | "StarknetSepolia"
                | "Stellar"
                | "StellarTestnet"
                | "Sui"
                | "SuiTestnet"
                | "Tezos"
                | "TezosGhostnet"
                | "Tempo"
                | "TempoAndantino"
                | "TempoModerato"
                | "Tsc"
                | "TscTestnet1"
                | "Ton"
                | "TonTestnet"
                | "Tron"
                | "TronNile"
                | "Westend"
                | "WestendAssetHub"
                | "XrpLedger"
                | "XrpLedgerTestnet";
            reason?: string;
            requestBody: | {
                externalId?: string;
                kind: "Transaction";
                transaction: string
                | {};
            }
            | { externalId?: string; kind: "Psbt"; psbt: string }
            | { externalId?: string; kind: "SignDocDirect"; signDoc: string }
            | {
                externalId?: string;
                feeSponsorId: string;
                kind: "UserOperations";
                userOperations: { data?: string; to: string; value?: string }[];
            }
            | { call: {}; externalId?: string; kind: "FunctionCall" }
            | { externalId?: string; kind: "TransferPreapproval" }
            | {
                data?: string;
                externalId?: string;
                gasLimit?: string | string;
                kind: "Evm";
                nonce?: number | string | string;
                to?: string;
                value?: string | string;
            }
            | {
                data?: string;
                externalId?: string;
                gasLimit?: string
                | string;
                kind: "Eip1559";
                maxFeePerGas?: string | string;
                maxPriorityFeePerGas?: string | string;
                nonce?: number | string | string;
                to?: string;
                value?: string | string;
            }
            | {
                decision: "Accept"
                | "Reject";
                externalId?: string;
                kind: "SettleOffer";
                txHash: string;
            }
            | { args?: {}; externalId?: string; kind: "ActivateAccount" }
            | {
                externalId?: string;
                kind: "CancelTransaction";
                signedTx: string;
                txHash?: string;
            }
            | {
                externalId?: string;
                kind: "SpeedUpTransaction";
                signedTx: string;
                txHash: string;
            };
            requester: { tokenId?: string; userId: string };
            status:
                | "Pending"
                | "Executing"
                | "Broadcasted"
                | "Confirmed"
                | "Failed"
                | "Rejected";
            txHash?: string;
            walletId: string;
        }[];
        nextPageToken?: string;
        walletId: string;
    }
    Index

    Properties

    items: {
        approvalId?: string;
        dateBroadcasted?: string;
        dateConfirmed?: string;
        datePolicyResolved?: string;
        dateRequested: string;
        externalId?: string;
        fee?: string;
        id: string;
        network:
            | "Algorand"
            | "AlgorandTestnet"
            | "Aptos"
            | "AptosTestnet"
            | "ArbitrumOne"
            | "ArbitrumGoerli"
            | "ArbitrumSepolia"
            | "ArcTestnet"
            | "AvalancheC"
            | "AvalancheCFuji"
            | "Adi"
            | "AdiTestnet"
            | "AdiTestnetAb"
            | "BabylonGenesis"
            | "BabylonTestnet5"
            | "Base"
            | "BaseGoerli"
            | "BaseSepolia"
            | "Berachain"
            | "BerachainBArtio"
            | "BerachainBepolia"
            | "Bitcoin"
            | "BitcoinSignet"
            | "BitcoinTestnet3"
            | "BitcoinCash"
            | "BitcoinCashTestnet"
            | "Bob"
            | "BobSepolia"
            | "Bsc"
            | "BscTestnet"
            | "Canton"
            | "CantonDevnet"
            | "CantonTestnet"
            | "Cardano"
            | "CardanoPreprod"
            | "Concordium"
            | "ConcordiumTestnet"
            | "Celo"
            | "CeloAlfajores"
            | "Codex"
            | "CodexSepolia"
            | "CosmosHub4"
            | "CosmosIcsTestnet"
            | "Dogecoin"
            | "DogecoinTestnet"
            | "Ethereum"
            | "EthereumClassic"
            | "EthereumClassicMordor"
            | "EthereumGoerli"
            | "EthereumSepolia"
            | "EthereumHolesky"
            | "EthereumHoodi"
            | "FantomOpera"
            | "FantomTestnet"
            | "FlareC"
            | "FlareCCoston2"
            | "FlowEvm"
            | "FlowEvmTestnet"
            | "Hedera"
            | "HederaTestnet"
            | "Ink"
            | "InkSepolia"
            | "InternetComputer"
            | "Ion"
            | "IonTestnet"
            | "Iota"
            | "IotaTestnet"
            | "IotaZodianet"
            | "Kaspa"
            | "KaspaTestnet11"
            | "Kusama"
            | "KusamaAssetHub"
            | "Litecoin"
            | "LitecoinTestnet"
            | "Near"
            | "NearTestnet"
            | "Optimism"
            | "OptimismGoerli"
            | "OptimismSepolia"
            | "Origyn"
            | "Plasma"
            | "PlasmaTestnet"
            | "Plume"
            | "PlumeSepolia"
            | "Paseo"
            | "PaseoAssetHub"
            | "Polkadot"
            | "PolkadotAssetHub"
            | "Polygon"
            | "PolygonAmoy"
            | "PolygonMumbai"
            | "Polymesh"
            | "PolymeshTestnet"
            | "Race"
            | "RaceSepolia"
            | "SeiAtlantic2"
            | "SeiPacific1"
            | "Solana"
            | "SolanaDevnet"
            | "Sonic"
            | "SonicTestnet"
            | "Starknet"
            | "StarknetSepolia"
            | "Stellar"
            | "StellarTestnet"
            | "Sui"
            | "SuiTestnet"
            | "Tezos"
            | "TezosGhostnet"
            | "Tempo"
            | "TempoAndantino"
            | "TempoModerato"
            | "Tsc"
            | "TscTestnet1"
            | "Ton"
            | "TonTestnet"
            | "Tron"
            | "TronNile"
            | "Westend"
            | "WestendAssetHub"
            | "XrpLedger"
            | "XrpLedgerTestnet";
        reason?: string;
        requestBody: | {
            externalId?: string;
            kind: "Transaction";
            transaction: string
            | {};
        }
        | { externalId?: string; kind: "Psbt"; psbt: string }
        | { externalId?: string; kind: "SignDocDirect"; signDoc: string }
        | {
            externalId?: string;
            feeSponsorId: string;
            kind: "UserOperations";
            userOperations: { data?: string; to: string; value?: string }[];
        }
        | { call: {}; externalId?: string; kind: "FunctionCall" }
        | { externalId?: string; kind: "TransferPreapproval" }
        | {
            data?: string;
            externalId?: string;
            gasLimit?: string | string;
            kind: "Evm";
            nonce?: number | string | string;
            to?: string;
            value?: string | string;
        }
        | {
            data?: string;
            externalId?: string;
            gasLimit?: string
            | string;
            kind: "Eip1559";
            maxFeePerGas?: string | string;
            maxPriorityFeePerGas?: string | string;
            nonce?: number | string | string;
            to?: string;
            value?: string | string;
        }
        | {
            decision: "Accept"
            | "Reject";
            externalId?: string;
            kind: "SettleOffer";
            txHash: string;
        }
        | { args?: {}; externalId?: string; kind: "ActivateAccount" }
        | {
            externalId?: string;
            kind: "CancelTransaction";
            signedTx: string;
            txHash?: string;
        }
        | {
            externalId?: string;
            kind: "SpeedUpTransaction";
            signedTx: string;
            txHash: string;
        };
        requester: { tokenId?: string; userId: string };
        status:
            | "Pending"
            | "Executing"
            | "Broadcasted"
            | "Confirmed"
            | "Failed"
            | "Rejected";
        txHash?: string;
        walletId: string;
    }[]

    Current page items.

    Type Declaration

    • OptionalapprovalId?: string
    • OptionaldateBroadcasted?: string
    • OptionaldateConfirmed?: string
    • OptionaldatePolicyResolved?: string
    • dateRequested: string
    • OptionalexternalId?: string
    • Optionalfee?: string
    • id: string

      Transaction id.

    • network:
          | "Algorand"
          | "AlgorandTestnet"
          | "Aptos"
          | "AptosTestnet"
          | "ArbitrumOne"
          | "ArbitrumGoerli"
          | "ArbitrumSepolia"
          | "ArcTestnet"
          | "AvalancheC"
          | "AvalancheCFuji"
          | "Adi"
          | "AdiTestnet"
          | "AdiTestnetAb"
          | "BabylonGenesis"
          | "BabylonTestnet5"
          | "Base"
          | "BaseGoerli"
          | "BaseSepolia"
          | "Berachain"
          | "BerachainBArtio"
          | "BerachainBepolia"
          | "Bitcoin"
          | "BitcoinSignet"
          | "BitcoinTestnet3"
          | "BitcoinCash"
          | "BitcoinCashTestnet"
          | "Bob"
          | "BobSepolia"
          | "Bsc"
          | "BscTestnet"
          | "Canton"
          | "CantonDevnet"
          | "CantonTestnet"
          | "Cardano"
          | "CardanoPreprod"
          | "Concordium"
          | "ConcordiumTestnet"
          | "Celo"
          | "CeloAlfajores"
          | "Codex"
          | "CodexSepolia"
          | "CosmosHub4"
          | "CosmosIcsTestnet"
          | "Dogecoin"
          | "DogecoinTestnet"
          | "Ethereum"
          | "EthereumClassic"
          | "EthereumClassicMordor"
          | "EthereumGoerli"
          | "EthereumSepolia"
          | "EthereumHolesky"
          | "EthereumHoodi"
          | "FantomOpera"
          | "FantomTestnet"
          | "FlareC"
          | "FlareCCoston2"
          | "FlowEvm"
          | "FlowEvmTestnet"
          | "Hedera"
          | "HederaTestnet"
          | "Ink"
          | "InkSepolia"
          | "InternetComputer"
          | "Ion"
          | "IonTestnet"
          | "Iota"
          | "IotaTestnet"
          | "IotaZodianet"
          | "Kaspa"
          | "KaspaTestnet11"
          | "Kusama"
          | "KusamaAssetHub"
          | "Litecoin"
          | "LitecoinTestnet"
          | "Near"
          | "NearTestnet"
          | "Optimism"
          | "OptimismGoerli"
          | "OptimismSepolia"
          | "Origyn"
          | "Plasma"
          | "PlasmaTestnet"
          | "Plume"
          | "PlumeSepolia"
          | "Paseo"
          | "PaseoAssetHub"
          | "Polkadot"
          | "PolkadotAssetHub"
          | "Polygon"
          | "PolygonAmoy"
          | "PolygonMumbai"
          | "Polymesh"
          | "PolymeshTestnet"
          | "Race"
          | "RaceSepolia"
          | "SeiAtlantic2"
          | "SeiPacific1"
          | "Solana"
          | "SolanaDevnet"
          | "Sonic"
          | "SonicTestnet"
          | "Starknet"
          | "StarknetSepolia"
          | "Stellar"
          | "StellarTestnet"
          | "Sui"
          | "SuiTestnet"
          | "Tezos"
          | "TezosGhostnet"
          | "Tempo"
          | "TempoAndantino"
          | "TempoModerato"
          | "Tsc"
          | "TscTestnet1"
          | "Ton"
          | "TonTestnet"
          | "Tron"
          | "TronNile"
          | "Westend"
          | "WestendAssetHub"
          | "XrpLedger"
          | "XrpLedgerTestnet"
    • Optionalreason?: string
    • requestBody:
          | { externalId?: string; kind: "Transaction"; transaction: string
          | {} }
          | { externalId?: string; kind: "Psbt"; psbt: string }
          | { externalId?: string; kind: "SignDocDirect"; signDoc: string }
          | {
              externalId?: string;
              feeSponsorId: string;
              kind: "UserOperations";
              userOperations: { data?: string; to: string; value?: string }[];
          }
          | { call: {}; externalId?: string; kind: "FunctionCall" }
          | { externalId?: string; kind: "TransferPreapproval" }
          | {
              data?: string;
              externalId?: string;
              gasLimit?: string | string;
              kind: "Evm";
              nonce?: number | string | string;
              to?: string;
              value?: string | string;
          }
          | {
              data?: string;
              externalId?: string;
              gasLimit?: string
              | string;
              kind: "Eip1559";
              maxFeePerGas?: string | string;
              maxPriorityFeePerGas?: string | string;
              nonce?: number | string | string;
              to?: string;
              value?: string | string;
          }
          | {
              decision: "Accept"
              | "Reject";
              externalId?: string;
              kind: "SettleOffer";
              txHash: string;
          }
          | { args?: {}; externalId?: string; kind: "ActivateAccount" }
          | {
              externalId?: string;
              kind: "CancelTransaction";
              signedTx: string;
              txHash?: string;
          }
          | {
              externalId?: string;
              kind: "SpeedUpTransaction";
              signedTx: string;
              txHash: string;
          }
    • requester: { tokenId?: string; userId: string }

      The user who initiated the request.

      • OptionaltokenId?: string

        Token id.

      • userId: string

        User id.

    • status: "Pending" | "Executing" | "Broadcasted" | "Confirmed" | "Failed" | "Rejected"
    • OptionaltxHash?: string
    • walletId: string

      Wallet id.

    nextPageToken?: string

    token to use as paginationToken to request the next page.

    walletId: string

    Wallet id.