frostfs-contract/common
Leonard Lyubich 8ceba2a7c2 [#42] Share InnerRingList function between contracts
Define InnerRingList function that calls "innerRingList" method of
particular smart contract. Define InnerRingListViaStorage function
that reads address of smart contract from the storage by key, and
calls InnerRingList with the result. Reuse these functions in all
contracts.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-04 10:31:24 +03:00
..
ballot.go [#42] Share ballot structure between contracts 2021-02-04 10:31:24 +03:00
invoke.go [#42] Share InnerRingInvoker function between contracts 2021-02-04 10:31:24 +03:00
ir.go [#42] Share InnerRingList function between contracts 2021-02-04 10:31:24 +03:00
storage.go [#42] Share GetList function between contracts 2021-02-04 10:31:24 +03:00
vote.go [#42] Share GetList function between contracts 2021-02-04 10:31:24 +03:00