forked from cerc-io/ipld-eth-server
Add function to get string state attributes for a given contract
This commit is contained in:
@@ -5,4 +5,5 @@ type Blockchain interface {
|
||||
SubscribeToBlocks(blocks chan Block)
|
||||
StartListening()
|
||||
StopListening()
|
||||
GetContractStateAttribute(contractHash string, attributeName string) (*string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user