Function makeKeyRegistrationTxnWithSuggestedParamsFromObject

  • Parameters

    • o: { from: string; nonParticipation?: false; note: Uint8Array; rekeyTo: string; selectionKey: string | Uint8Array; stateProofKey: string | Uint8Array; suggestedParams: SuggestedParams; voteFirst: number; voteKey: string | Uint8Array; voteKeyDilution: number; voteLast: number }
      • from: string
      • Optional nonParticipation?: false
      • note: Uint8Array
      • rekeyTo: string
      • selectionKey: string | Uint8Array
      • stateProofKey: string | Uint8Array
      • suggestedParams: SuggestedParams
      • voteFirst: number
      • voteKey: string | Uint8Array
      • voteKeyDilution: number
      • voteLast: number

    Returns Transaction

  • Parameters

    • o: { from: string; nonParticipation: boolean; note: Uint8Array; rekeyTo: string; suggestedParams: SuggestedParams }
      • from: string
      • nonParticipation: boolean
      • note: Uint8Array
      • rekeyTo: string
      • suggestedParams: SuggestedParams

    Returns Transaction

Generated using TypeDoc