Type alias GetAddressForNetworkRequest

GetAddressForNetworkRequest: {
    publicKeyId: string;
    query?: {
        network: string;
    };
}

Type declaration

  • publicKeyId: string
  • Optional query?: {
        network: string;
    }
    • network: string

Generated using TypeDoc