Type alias BroadcastTransactionResponse
BroadcastTransactionResponse: {
approvalId?: string;
dateBroadcasted?: string;
dateConfirmed?: string;
datePolicyResolved?: string;
dateRequested: string;
externalId?: string;
fee?: string;
id: string;
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
reason?: string;
requestBody: {
externalId?: string;
kind: "Transaction";
transaction: string;
} | {
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;
} | {
data?: string;
externalId?: string;
gasLimit?: string | string;
gasPrice?: string | string;
kind: "EvmLegacy";
nonce?: number | string | string;
to?: string;
value?: string | string;
} | {
externalId?: string;
kind: "Psbt";
psbt: string;
};
requester: {
appId?: string;
tokenId?: string;
userId: string;
};
status: "Pending" | "Executing" | "Broadcasted" | "Confirmed" | "Failed" | "Rejected";
txHash?: string;
walletId: string;
}
Type declaration
-
Optional
approvalId?: string
-
Optional
dateBroadcasted?: string
-
Optional
dateConfirmed?: string
-
Optional
datePolicyResolved?: string
-
dateRequested: string
-
Optional
externalId?: string
-
Optional
fee?: string
-
id: string
-
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA"
-
Optional
reason?: string
-
requestBody: {
externalId?: string;
kind: "Transaction";
transaction: string;
} | {
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;
} | {
data?: string;
externalId?: string;
gasLimit?: string | string;
gasPrice?: string | string;
kind: "EvmLegacy";
nonce?: number | string | string;
to?: string;
value?: string | string;
} | {
externalId?: string;
kind: "Psbt";
psbt: string;
}
-
requester: {
appId?: string;
tokenId?: string;
userId: string;
}
-
Optional
appId?: string
-
Optional
tokenId?: string
-
userId: string
-
status: "Pending" | "Executing" | "Broadcasted" | "Confirmed" | "Failed" | "Rejected"
-
Optional
txHash?: string
-
walletId: string