Enum solana_sdk::nonce::state::AuthorizeNonceError
source · pub enum AuthorizeNonceError {
MissingRequiredSignature(Pubkey),
Uninitialized,
}
Variants§
Trait Implementations§
source§impl Debug for AuthorizeNonceError
impl Debug for AuthorizeNonceError
source§impl PartialEq<AuthorizeNonceError> for AuthorizeNonceError
impl PartialEq<AuthorizeNonceError> for AuthorizeNonceError
source§fn eq(&self, other: &AuthorizeNonceError) -> bool
fn eq(&self, other: &AuthorizeNonceError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.