newBip44Public

fun newBip44Public(    publicKey: DescriptorPublicKey,     fingerprint: String,     keychain: KeychainKind,     network: Network)

BIP44 public template. Expands to pkh(key/{0,1}/\*) This assumes that the key used has already been derived with m/44'/0'/0' for Mainnet or m/44'/1'/0' for Testnet. This template requires the parent fingerprint to populate correctly the metadata of PSBTs.