Documentation
¶
Index ¶
- type AllViewRes
- type BTCRelayingBestStateRes
- type CreateTransactionResult
- type ExternalFeeInfo
- type PortalV4State
- type PortalV4StateByHeightRes
- type ProcessedUnshieldRequestBatch
- type RPCBaseRes
- type RPCError
- type RelayingBlockRes
- type RequestStatus
- type RequestStatusRes
- type SendRawTxRes
- type ShieldingRequestStatus
- type ShieldingRequestStatusRes
- type SignedRawTx
- type SignedRawTxRes
- type TxDetail
- type TxDetailRes
- type UnshieldingBatchStatus
- type UnshieldingBatchStatusRes
- type ViewState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllViewRes ¶
type AllViewRes struct { RPCBaseRes Result []*ViewState }
type BTCRelayingBestStateRes ¶
type BTCRelayingBestStateRes struct { RPCBaseRes Result *blockchain.BestState }
type CreateTransactionResult ¶
type ExternalFeeInfo ¶
type PortalV4State ¶
type PortalV4State struct {
ProcessedUnshieldRequests map[string]map[string]*ProcessedUnshieldRequestBatch // tokenID : hash(tokenID || batchID) : value
}
type PortalV4StateByHeightRes ¶
type PortalV4StateByHeightRes struct { RPCBaseRes Result *PortalV4State }
type ProcessedUnshieldRequestBatch ¶
type ProcessedUnshieldRequestBatch struct { BatchID string UnshieldsID []string ExternalFees map[uint64]*ExternalFeeInfo }
type RPCBaseRes ¶
type RelayingBlockRes ¶
type RelayingBlockRes struct { RPCBaseRes Result interface{} }
type RequestStatus ¶
type RequestStatus struct {
Status int
}
type RequestStatusRes ¶
type RequestStatusRes struct { RPCBaseRes Result *RequestStatus }
type SendRawTxRes ¶
type SendRawTxRes struct { RPCBaseRes Result *CreateTransactionResult }
type ShieldingRequestStatus ¶
type ShieldingRequestStatusRes ¶
type ShieldingRequestStatusRes struct { RPCBaseRes Result *ShieldingRequestStatus }
type SignedRawTx ¶
type SignedRawTxRes ¶
type SignedRawTxRes struct { RPCBaseRes Result *SignedRawTx }
type TxDetailRes ¶
type TxDetailRes struct { RPCBaseRes Result *TxDetail }
type UnshieldingBatchStatus ¶
type UnshieldingBatchStatus struct { Status int UnshieldIDs []string NetworkFees map[uint64]*ExternalFeeInfo }
type UnshieldingBatchStatusRes ¶
type UnshieldingBatchStatusRes struct { RPCBaseRes Result *UnshieldingBatchStatus }
Click to show internal directories.
Click to hide internal directories.