Documentation ¶
Index ¶
- Variables
- type KMSCred
- type KMSSigner
- func (l *KMSSigner) Close() error
- func (k *KMSSigner) GetAddresses() []common.Address
- func (s *KMSSigner) GetConnectionStatus() string
- func (s *KMSSigner) HasAddress(addr common.Address) bool
- func (k *KMSSigner) ListVersionedKeys() map[common.Address]string
- func (s *KMSSigner) ResourcePath() string
- func (k *KMSSigner) SignDigest(ctx context.Context, address common.Address, digest []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OidPublicKeyECDSA = asn1.ObjectIdentifier{1, 2, 840, 10045, 2, 1} OidSecp256k1 = asn1.ObjectIdentifier{1, 3, 132, 0, 10} )
Functions ¶
This section is empty.
Types ¶
type KMSSigner ¶
type KMSSigner struct {
// contains filtered or unexported fields
}
func (*KMSSigner) GetAddresses ¶
func (*KMSSigner) GetConnectionStatus ¶
func (*KMSSigner) ListVersionedKeys ¶
func (*KMSSigner) ResourcePath ¶
Click to show internal directories.
Click to hide internal directories.