interface AccessKeyWithPublicKey {
    account_id: string;
    public_key: string;
}

Properties

account_id: string
public_key: string