Documentation
¶
Index ¶
- Constants
- type Service
- func (svc Service) CreateOrUpdatePoolTransactionEntry(entry rpc.PoolTransactionEntry, fee hexutil.Uint64, cycles hexutil.Uint64, ...) error
- func (svc *Service) CreatePoolTransactionEntry(entry rpc.PoolTransactionEntry, fee hexutil.Uint64, cycles hexutil.Uint64, ...) error
- func (svc Service) GetUdtByTypeHash(typeHash string) (*model.Udt, error)
- func (svc Service) SavePoolTransactionEntry(message []byte)
- func (svc Service) Subscribe(c *websocket.Conn, topic string) error
Constants ¶
View Source
const MinSudtAmountByteSize = 16
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (Service) CreateOrUpdatePoolTransactionEntry ¶
func (*Service) CreatePoolTransactionEntry ¶
func (Service) GetUdtByTypeHash ¶
func (Service) SavePoolTransactionEntry ¶
Click to show internal directories.
Click to hide internal directories.