AbstractMultiKey

abstract class AbstractMultiKey(val publicKeys: List<PublicKey>) : AccountPublicKey

Inheritors

Constructors

Link copied to clipboard
constructor(publicKeys: List<PublicKey>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Creates a bitmap that holds the mapping from the original public keys to the signatures passed in.

Link copied to clipboard
abstract fun getSigsRequired(): Int

Gets the number of signatures required for this multi-key set.

Link copied to clipboard
fun index(publicKey: PublicKey): Int

Gets the index of the provided public key.