Trait issue_rpc::IssueRuntimeApi
source · pub trait IssueRuntimeApi<Block, AccountId, H256, IssueRequest>: Core<Block>where
Block: Block,
AccountId: Codec,
H256: Codec,
IssueRequest: Codec,{
// Provided methods
fn get_issue_requests(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId
) -> Result<Vec<H256, Global>, ApiError> { ... }
fn get_vault_issue_requests(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: AccountId
) -> Result<Vec<H256, Global>, ApiError> { ... }
}
Provided Methods§
sourcefn get_issue_requests(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId
) -> Result<Vec<H256, Global>, ApiError>
fn get_issue_requests( &self, __runtime_api_at_param__: <Block as Block>::Hash, account_id: AccountId ) -> Result<Vec<H256, Global>, ApiError>
Get all issue requests for a particular account
sourcefn get_vault_issue_requests(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: AccountId
) -> Result<Vec<H256, Global>, ApiError>
fn get_vault_issue_requests( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault_id: AccountId ) -> Result<Vec<H256, Global>, ApiError>
Get all issue requests for a particular vault