Type Alias RpcLedgerAccountDelegatorsGetResponse

Source
pub type RpcLedgerAccountDelegatorsGetResponse = Option<Vec<Account>>;

Aliased Type§

pub enum RpcLedgerAccountDelegatorsGetResponse {
    None,
    Some(Vec<Account>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<Account>)

Some value of type T.