near-api-js - v7.0.4
    Preparing search index...

    Type Alias AddKeyAction

    An action that adds key with public key associated

    type AddKeyAction = {
        access_key: AccessKey;
        public_key: PublicKey;
    }
    Index

    Properties

    access_key: AccessKey

    An access key with the permission

    public_key: PublicKey

    A public key which will be associated with an access_key