ISignProvider
Last updated
Last updated
Signature provider Interface to delegate multiple signing implementations.
Get available public keys from signature provider.
Sign bytes using the signature provider.
Sign bytes using the signature provider.
public Task< IEnumerable< string > >
()
Get available public keys from signature provider.
List of public keys
public Task< IEnumerable< string > >
(string chainId, IEnumerable< string > requiredKeys, byte[] signBytes, IEnumerable< string > abiNames)
Sign bytes using the signature provider.
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
Sign bytes using the signature provider.
key
key used for signing
signBytes
signature bytes
List of signatures per required keys
public Task< IEnumerable< string > >
()
public Task< IEnumerable< string > >
(string chainId, IEnumerable< string > requiredKeys, byte[] signBytes, IEnumerable< string > abiNames)
public string
(string chainId, byte[] signBytes)
public Dictionary< string, string >
()
public string
(string chainId, byte[] signBytes)
public Dictionary< string, string >
()