Documentation ¶
Index ¶
Constants ¶
View Source
const ( BtcQuery uint8 = 0x20 BtcQueryTransaction uint8 = 0x21 )
View Source
const ( PostTransaction uint8 = 0x00 DirectPost uint8 = 0x01 // Directly send payload to rpc )
View Source
const ( EthQuery uint8 = 0x10 EthQueryTransaction uint8 = 0x11 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BtcQueryRequest ¶
Request Types
type BtcQueryTransactionRequest ¶
type BtcQueryTransactionRequest struct {
TxHash string
}
type BtcQueryTransactionResponse ¶
type BtcQueryTransactionResponse struct {
Tx string
}
type EthQueryRequest ¶
Request Types
type EthQueryResponse ¶
Response Types
type EthQueryTransactionRequest ¶
type EthQueryTransactionRequest struct {
TxHash string
}
Click to show internal directories.
Click to hide internal directories.