Documentation ¶
Index ¶
- type ApiClient
- func (a ApiClient) GetMemories(creator common.Address) ([]Memory, error)
- func (a ApiClient) GetMemory(id uint64) (*Memory, error)
- func (a ApiClient) GetProfile(creator common.Address) (*Profile, error)
- func (a ApiClient) RevealMemory(id uint64, address common.Address, signature string) (string, error)
- func (a ApiClient) RevealMemoryWithRetries(id uint64, address common.Address, signature string, retries int) (string, error)
- type Memory
- type Profile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiClient ¶
type ApiClient struct {
// contains filtered or unexported fields
}
func (ApiClient) GetMemories ¶
func (ApiClient) GetProfile ¶
func (ApiClient) RevealMemory ¶
Click to show internal directories.
Click to hide internal directories.