Documentation ¶
Index ¶
- type HexBEKeyConverter
- type HexKeyConverter
- type KeyConverter
- type NameKeyConverter
- type Server
- func (s *Server) GetABI(ctx context.Context, request *pbstatedb.GetABIRequest) (*pbstatedb.GetABIResponse, error)
- func (s *Server) GetKeyAccounts(ctx context.Context, request *pbstatedb.GetKeyAccountsRequest) (*pbstatedb.GetKeyAccountsResponse, error)
- func (s *Server) GetPermissionLinks(ctx context.Context, request *pbstatedb.GetPermissionLinksRequest) (*pbstatedb.GetPermissionLinksResponse, error)
- func (s *Server) GetTableRow(ctx context.Context, request *pbstatedb.GetTableRowRequest) (*pbstatedb.GetTableRowResponse, error)
- func (s *Server) Serve()
- func (s *Server) StreamMultiContractsTableRows(request *pbstatedb.StreamMultiContractsTableRowsRequest, ...) error
- func (s *Server) StreamMultiScopesTableRows(request *pbstatedb.StreamMultiScopesTableRowsRequest, ...) error
- func (s *Server) StreamTableRows(request *pbstatedb.StreamTableRowsRequest, ...) error
- func (s *Server) StreamTableScopes(request *pbstatedb.StreamTableScopesRequest, ...) error
- type SymbolCodeKeyConverter
- type SymbolKeyConverter
- type Uint64KeyConverter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HexBEKeyConverter ¶
type HexBEKeyConverter struct{}
func (*HexBEKeyConverter) FromString ¶
func (c *HexBEKeyConverter) FromString(key string) (uint64, error)
type HexKeyConverter ¶
type HexKeyConverter struct{}
func (*HexKeyConverter) FromString ¶
func (c *HexKeyConverter) FromString(key string) (uint64, error)
type KeyConverter ¶
type NameKeyConverter ¶
type NameKeyConverter struct{}
func (*NameKeyConverter) FromString ¶
func (c *NameKeyConverter) FromString(key string) (uint64, error)
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetABI ¶
func (s *Server) GetABI(ctx context.Context, request *pbstatedb.GetABIRequest) (*pbstatedb.GetABIResponse, error)
func (*Server) GetKeyAccounts ¶
func (s *Server) GetKeyAccounts(ctx context.Context, request *pbstatedb.GetKeyAccountsRequest) (*pbstatedb.GetKeyAccountsResponse, error)
func (*Server) GetPermissionLinks ¶
func (s *Server) GetPermissionLinks(ctx context.Context, request *pbstatedb.GetPermissionLinksRequest) (*pbstatedb.GetPermissionLinksResponse, error)
func (*Server) GetTableRow ¶
func (s *Server) GetTableRow(ctx context.Context, request *pbstatedb.GetTableRowRequest) (*pbstatedb.GetTableRowResponse, error)
func (*Server) StreamMultiContractsTableRows ¶
func (s *Server) StreamMultiContractsTableRows(request *pbstatedb.StreamMultiContractsTableRowsRequest, stream pbstatedb.State_StreamMultiContractsTableRowsServer) error
func (*Server) StreamMultiScopesTableRows ¶
func (s *Server) StreamMultiScopesTableRows(request *pbstatedb.StreamMultiScopesTableRowsRequest, stream pbstatedb.State_StreamMultiScopesTableRowsServer) error
func (*Server) StreamTableRows ¶
func (s *Server) StreamTableRows(request *pbstatedb.StreamTableRowsRequest, stream pbstatedb.State_StreamTableRowsServer) error
func (*Server) StreamTableScopes ¶
func (s *Server) StreamTableScopes(request *pbstatedb.StreamTableScopesRequest, stream pbstatedb.State_StreamTableScopesServer) error
type SymbolCodeKeyConverter ¶
type SymbolCodeKeyConverter struct{}
func (*SymbolCodeKeyConverter) FromString ¶
func (c *SymbolCodeKeyConverter) FromString(key string) (uint64, error)
type SymbolKeyConverter ¶
type SymbolKeyConverter struct{}
func (*SymbolKeyConverter) FromString ¶
func (c *SymbolKeyConverter) FromString(key string) (uint64, error)
type Uint64KeyConverter ¶
type Uint64KeyConverter struct{}
func (*Uint64KeyConverter) FromString ¶
func (c *Uint64KeyConverter) FromString(key string) (uint64, error)
Click to show internal directories.
Click to hide internal directories.