CombinedSignersProvider
Last updated
Last updated
Signature provider that combine multiple signature providers to complete all the signatures for a transaction.
Creates the provider with a list of signature providers.
Get available public keys from the list of signature providers.
Sign bytes using the list of signature providers.
private List<
>
public
(List<
> signers)
Creates the provider with a list of signature providers.
signers
Get available public keys from the list of signature providers.
List of public keys
Sign bytes using the list of signature providers.
chainId
EOSIO Chain id
requiredKeys
required public keys for signing this bytes
signBytes
signature bytes
abiNames
abi contract names to get abi information from
List of signatures per required keys
private List<
>
public
(List<
> signers)
public async Task< IEnumerable< string > >
()
public async Task< IEnumerable< string > >
(string chainId, IEnumerable< string > requiredKeys, byte[] signBytes, IEnumerable< string > abiNames)
public string
(string chainId, byte[] signBytes)
public Dictionary< string, string >
()
public async Task< IEnumerable< string > >
()
public async Task< IEnumerable< string > >
(string chainId, IEnumerable< string > requiredKeys, byte[] signBytes, IEnumerable< string > abiNames)
public string
(string chainId, byte[] signBytes)
public Dictionary< string, string >
()