Struct parables_testing::account::Signer[][src]

pub struct Signer<'s, 'a: 's> { /* fields omitted */ }

Methods

impl<'s, 'a> Signer<'s, 'a>
[src]

Input the given set of bytes.

Finish the signature.

Auto Trait Implementations

impl<'s, 'a> !Send for Signer<'s, 'a>

impl<'s, 'a> !Sync for Signer<'s, 'a>