Documentation ¶
Index ¶
- type AddressLog
- type DBTX
- type GatewayEnvelope
- type GetAddressLogsRow
- type InsertAddressLogParams
- type InsertGatewayEnvelopeParams
- type InsertNodeInfoParams
- type InsertStagedOriginatorEnvelopeParams
- type LatestBlock
- type NodeInfo
- type Queries
- func (q *Queries) DeleteStagedOriginatorEnvelope(ctx context.Context, id int64) (int64, error)
- func (q *Queries) GetAddressLogs(ctx context.Context, addresses []string) ([]GetAddressLogsRow, error)
- func (q *Queries) GetLatestBlock(ctx context.Context, contractAddress string) (int64, error)
- func (q *Queries) GetLatestSequenceId(ctx context.Context, originatorNodeID int32) (int64, error)
- func (q *Queries) InsertAddressLog(ctx context.Context, arg InsertAddressLogParams) (int64, error)
- func (q *Queries) InsertGatewayEnvelope(ctx context.Context, arg InsertGatewayEnvelopeParams) (int64, error)
- func (q *Queries) InsertNodeInfo(ctx context.Context, arg InsertNodeInfoParams) (int64, error)
- func (q *Queries) InsertStagedOriginatorEnvelope(ctx context.Context, arg InsertStagedOriginatorEnvelopeParams) (StagedOriginatorEnvelope, error)
- func (q *Queries) RevokeAddressFromLog(ctx context.Context, arg RevokeAddressFromLogParams) (int64, error)
- func (q *Queries) SelectGatewayEnvelopes(ctx context.Context, arg SelectGatewayEnvelopesParams) ([]GatewayEnvelope, error)
- func (q *Queries) SelectNodeInfo(ctx context.Context) (NodeInfo, error)
- func (q *Queries) SelectStagedOriginatorEnvelopes(ctx context.Context, arg SelectStagedOriginatorEnvelopesParams) ([]StagedOriginatorEnvelope, error)
- func (q *Queries) SelectVectorClock(ctx context.Context) ([]SelectVectorClockRow, error)
- func (q *Queries) SetLatestBlock(ctx context.Context, arg SetLatestBlockParams) error
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type RevokeAddressFromLogParams
- type SelectGatewayEnvelopesParams
- type SelectStagedOriginatorEnvelopesParams
- type SelectVectorClockRow
- type SetLatestBlockParams
- type StagedOriginatorEnvelope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressLog ¶
type GatewayEnvelope ¶
type GetAddressLogsRow ¶
type InsertAddressLogParams ¶
type InsertNodeInfoParams ¶
type LatestBlock ¶ added in v0.1.1
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) DeleteStagedOriginatorEnvelope ¶
func (*Queries) GetAddressLogs ¶
func (*Queries) GetLatestBlock ¶ added in v0.1.1
func (*Queries) GetLatestSequenceId ¶
func (*Queries) InsertAddressLog ¶
func (*Queries) InsertGatewayEnvelope ¶
func (*Queries) InsertNodeInfo ¶
func (*Queries) InsertStagedOriginatorEnvelope ¶
func (q *Queries) InsertStagedOriginatorEnvelope(ctx context.Context, arg InsertStagedOriginatorEnvelopeParams) (StagedOriginatorEnvelope, error)
func (*Queries) RevokeAddressFromLog ¶
func (*Queries) SelectGatewayEnvelopes ¶
func (q *Queries) SelectGatewayEnvelopes(ctx context.Context, arg SelectGatewayEnvelopesParams) ([]GatewayEnvelope, error)
func (*Queries) SelectNodeInfo ¶
func (*Queries) SelectStagedOriginatorEnvelopes ¶
func (q *Queries) SelectStagedOriginatorEnvelopes(ctx context.Context, arg SelectStagedOriginatorEnvelopesParams) ([]StagedOriginatorEnvelope, error)
func (*Queries) SelectVectorClock ¶
func (q *Queries) SelectVectorClock(ctx context.Context) ([]SelectVectorClockRow, error)
func (*Queries) SetLatestBlock ¶ added in v0.1.1
func (q *Queries) SetLatestBlock(ctx context.Context, arg SetLatestBlockParams) error
type SelectVectorClockRow ¶
type SetLatestBlockParams ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.