EosioRpcRequiredKeysResponseProtocol

public protocol EosioRpcRequiredKeysResponseProtocol

Protocol for get_required_keys responses. RPC responses must contain these properties, at a minimum, in order to be compatible with the core EOSIO SDK for Swift library.

  • The keys required to sign the provided transaction. This is a subset of the available keys passed into the request.

    Declaration

    Swift

    var requiredKeys: [String] { get }