pub trait ContractsRegistryRuntimeApi<Block, AccountId>: Core<Block>where
Block: Block,
AccountId: Codec,{
// Provided method
fn fetch_contracts(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
author: Option<AccountId>,
metadata: Option<Vec<u8, Global>>
) -> Result<ContractsRegistryResult<Result<Vec<u8, Global>, ContractAccessError>>, ApiError> { ... }
}
Expand description
The API to interact with contracts without using executive.