Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSharedObjectRef ¶
func GetSharedObjectRef(ctx context.Context, client ObjectReader, objectId string, mutable bool) (*transaction.SharedObjectRef, error)
GetSharedObjectRef get shared object reference from sui object id
func GetSuiObjectRef ¶
func GetSuiObjectRef(ctx context.Context, client ObjectReader, objectId string) (*transaction.SuiObjectRef, error)
GetSuiObjectRef get sui object reference from sui object id
Types ¶
type ObjectReader ¶
type ObjectReader interface {
SuiGetObject(ctx context.Context, req models.SuiGetObjectRequest) (models.SuiObjectResponse, error)
}
ObjectReader defines the interface for reading Sui objects.
Click to show internal directories.
Click to hide internal directories.