Docs.rs
switchboard-aggregator-0.1.2
switchboard-aggregator 0.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jessupjn
mgild
gallynaut
Dependencies
anchor-lang ^0.18.0
normal
borsh ^0.9.1
normal
rust_decimal ^1.15.0
normal
solana-program ^1.8.2
normal
thiserror ^1.0.30
normal
Versions
5.97%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait Key
Required Methods
key
Implementors
Other items in
switchboard_aggregator
?
Trait
switchboard_aggregator
::
Key
[
−
]
[src]
pub trait Key { fn
key
(&self) ->
Pubkey
; }
Expand description
Defines the Pubkey of an account.
Required methods
[src]
fn
key
(&self) ->
Pubkey
Implementors
[src]
impl
Key
for
Pubkey
[src]
impl<'info>
Key
for
AccountInfo
<'info>
[src]
impl<'info>
Key
for
Signer
<'info>
[src]
impl<'info>
Key
for
UncheckedAccount
<'info>
[src]
impl<'info, T>
Key
for
Account
<'info, T>
where
T:
AccountSerialize
+
AccountDeserialize
+
Owner
+
Clone
,
[src]
impl<'info, T>
Key
for
AccountLoader
<'info, T>
where
T:
ZeroCopy
+
Owner
,
[src]
impl<'info, T>
Key
for
CpiAccount
<'info, T>
where
T:
AccountDeserialize
+
Clone
,
[src]
impl<'info, T>
Key
for
CpiState
<'info, T>
where
T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
[src]
impl<'info, T>
Key
for
Loader
<'info, T>
where
T:
ZeroCopy
,
[src]
impl<'info, T>
Key
for
ProgramAccount
<'info, T>
where
T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
[src]
impl<'info, T>
Key
for
ProgramState
<'info, T>
where
T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
[src]
impl<'info, T>
Key
for
Sysvar
<'info, T>
where
T:
Sysvar
,