Interface SingleKeySignerConstructorArgs

interface SingleKeySignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: PrivateKey;
}

Properties

Properties

privateKey: PrivateKey

Generated using TypeDoc