Add Signers
impl for Vec<Box<dyn Signer>>
(#12470)
(cherry picked from commit 07dfa37cce
)
Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@ -48,6 +48,10 @@ impl Signers for [Box<dyn Signer>] {
|
|||||||
default_keypairs_impl!();
|
default_keypairs_impl!();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Signers for Vec<Box<dyn Signer>> {
|
||||||
|
default_keypairs_impl!();
|
||||||
|
}
|
||||||
|
|
||||||
impl Signers for Vec<&dyn Signer> {
|
impl Signers for Vec<&dyn Signer> {
|
||||||
default_keypairs_impl!();
|
default_keypairs_impl!();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user