Type Alias RegisterFioAddressResponse

RegisterFioAddressResponse: {
    block_num: number;
    block_time: string;
    expiration: string;
    fee_collected: number;
    status: string;
    transaction_id: string;
}