Umi — API References - v1.3.0
    Preparing search index...

    Type Alias Keypair

    Represents a keypair with a public key and a secret key.

    type Keypair = {
        publicKey: PublicKey;
        secretKey: Uint8Array;
    }
    Index

    Properties

    Properties

    publicKey: PublicKey
    secretKey: Uint8Array