Type Definition noble_contracts_primitives::RentProjectionResult[][src]

type RentProjectionResult<BlockNumber> = Result<RentProjection<BlockNumber>, ContractAccessError>;

Result type of a rent_projection call.